home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / JEFFRAY / FREETERM / !Help next >
Text File  |  1996-07-20  |  3KB  |  75 lines

  1.  
  2.  FreeTerm line editor 0.20 (20th July 1996)
  3.  by
  4.  Ian Jeffray of Riscy Developments.
  5.  
  6.  ----------------------------------
  7.  
  8.  Hi all,
  9.  
  10.  The latest release of FreeTerm misses one feature which I find
  11.  rather vital - the 'command' icon.  The 'delete' in FreeTerm is also
  12.  a little clunky, so hence this little module... :)
  13.  
  14.  To use this module, just double-click.  The functionality hangs
  15.  off Wimp 'Filters' so shouldnt affect any other tasks than 'FreeTerm'
  16.  When a FreeTerm terminal window appears, you will see a new icon
  17.  below the window, containing a caret.  This is just a standard
  18.  Wimp writeable icon, but follows the FreeTerm window around (actually
  19.  it follows whichever FreeTerm window is 'active') and anything typed
  20.  in to the icon will be sent to FreeTerm when you press 'return'.
  21.  Simple eh?
  22.  
  23.  There is an 8k command history (size will be configurable soon...) so
  24.  that use of the up and down cursors when in the command icon will scroll
  25.  through previous commands as you would expect.
  26.   Note that data is only put in to the history buffer WHEN IT IS SENT TO
  27.  FREETERM - ie, when a command is executed.   This is a little different
  28.  to standard 'lineditor' behaviour, and is how I want it.   If anyone has
  29.  any strong reasons for this to be changed, please get in touch.
  30.  
  31.  You can now close the window and command icon with Ctrl-F2 like !Zap etc.
  32.  
  33.  The icon to the right of the command icon allows you to toggle use
  34.  of FreeEdit.  Its useful to be able to type characters directly in to
  35.  FreeTerm sometimes, when entering passwords, or using BBS's such as
  36.  |\/|onochrome which require single kepresses.  When the icon shows a
  37.  tick, and the command icon is white, keypresses are buffered, when the
  38.  icon is unticked, the command icon turns grey and all kepresses go
  39.  directly to FreeTerm as if FreeEdit wasn't loaded.
  40.  
  41.  You can now drag (SMALL!) textfiles to the command icon and they will be
  42.  put in the command line.   Note that if you drag the file to the FreeTerm
  43.  window, it will be loaded direct to FreeTerm as usual.
  44.  
  45.  ----------------------------------
  46.  
  47.  Improvements since v0.01:
  48.  o Command history, using up and down cursors to scroll thru'
  49.  o Ctrl-F2 to close window and terminal window (like Zap :)
  50.  o Ability to turn it off (!) so that, eg, passwords can be entered but
  51.     not seen.  This is also vital for BBS's such as |\/|onochrome.
  52.  o Accept data-load messages so you can drag-in textfiles etc.
  53.  
  54.  
  55.  Improvements expected some time:
  56.  o Send data via the PipeFS system, which should be lots faster than the
  57.     flurry of keypress messages that I use now.
  58.  o Figure out how to close editor icon when terminal window closes.
  59.     (This has been improved somewhat since v0.01 but still isnt great)
  60.  o Commmand line options/Configs for history buffer size, etc...
  61.  
  62.  ----------------------------------
  63.  
  64.  There's probably some other bugs I've not found in this thing yet,
  65.  so please get in touch if you have problems.  As usual, all
  66.  responsibility for this thing not working, or crashing your machine is
  67.  yours.
  68.  
  69.  If you have any comments about this mail me on
  70.  ian@paradise1.compulink.co.uk  (ianj@pobox.com)
  71.  
  72.  Cheers
  73.  
  74.  Ian.  -  http://pobox.com/~ianj/ian/
  75.